Iframe
An inner frame that works much the HTML iframe element. The src attribute can be used to specify the content of the frame. This content is a separate document. The children of the iframe are ignored.
Attributes:
Attributes inherited from XUL Element
Properties and Methods:
Properties and Methods inherited from XUL Element
This read-only property contains the document object in the iframe.
Returns the XPCOM object that implements the iframe's document functionality (which is provided by the interface nsIDocShell).
This read-only property contains the nsIWebNavigation object for the document. Most of its methods are callable directly on the iframe itself, such as goBack and goForward. It also contains the load constants used by reloadWithFlags and loadURIWithFlags.